home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global CHARACTER, CHOICE2, RESPONSE, movie
- set RESPONSE to CHOICE2
- if (movie = 3) and (CHARACTER = 2) then
- set CHARACTER to CHARACTER + 1
- go("MS")
- else
- if (movie = 4) and (CHARACTER = 2) then
- set CHARACTER to CHARACTER + 1
- go("MS")
- else
- set CHARACTER to CHARACTER + 1
- go("response")
- end if
- end if
- end
-